Translate Image (Image Processing)
Synopsis
Translates or "moves" an Image.Description
This operator allows you to move an image on an (imaginary) canvas behind the image. The parts of the image which are not within the dimensions of the image anymore are deleted. The parts of the image which have no image anymore will be filled up.
Input
- image
The image object to translate.
Output
- image
The translated image.
- ori
The original image.
Parameters
- x The amount of pixels to shift the image on the x-axis.
- y The amount of pixels to shift the image on the y-axis.